home *** CD-ROM | disk | FTP | other *** search
/ CNN Newsroom: Global View / CNN Newsroom: Global View.iso / cpibin / manual / textinst.bat < prev    next >
DOS Batch File  |  1994-07-27  |  3KB  |  129 lines

  1. @echo off
  2. cls
  3. echo                 CNN NEWSROOM Global View: Windows Edition
  4. echo.
  5. echo    This file will copy the files needed to run CNN NEWSROOM
  6. echo    to your C: drive.  After these files have been copied there
  7. echo    will be further instructions.
  8. echo.
  9. choice Do you wish to continue? 
  10. if errorlevel 2 goto abort
  11. if errorlevel 1 goto continue
  12. goto abort
  13.  
  14. :continue
  15. echo Copying files from CD to C:\NEWSROOM and C:\windows\system:
  16. echo.
  17. md c:\newsroom
  18. copy \player03.exe c:\newsroom\player03.exe
  19. copy \newsroom.hlp c:\newsroom\newsroom.hlp
  20. copy \ctl3dv2.dll  c:\windows\system\ctl3dv2.dll
  21. copy \gvconfig.exe c:\newsroom\gvconfig.exe
  22. copy \cpibin\manual\geconfig.dat c:\newsroom\geconfig.dat
  23. copy \cpibin\manual\timezone.dat c:\newsroom\timezone.dat
  24.  
  25. :finished
  26. cls
  27. echo.
  28. echo.
  29. echo.
  30. echo Copying complete..!
  31. echo.
  32. echo   To run this program under Windows you must create a Program
  33. echo   Manager Icon for CNN NEWSROOM.  To do this:
  34. echo.
  35. echo   Select:  FILE, "New"... from the Program Manager Menu.
  36. echo   Select:  "New Group" - Click OK.  
  37. echo   Enter:   Compact Publishing - Click OK
  38. echo   Select:  FILE, "New"... again from the Program Manager.
  39. echo   Select:  "New Item" - Click OK.
  40. echo   Enter:   CNN NEWSROOM (press [TAB])
  41. echo   Enter:   C:\newsroom\player03 \newsroom.cmb
  42. echo            Click OK!
  43. echo.
  44. echo.
  45. echo.
  46. pause
  47. cls
  48. echo.
  49. echo.
  50. echo.
  51. echo.
  52. echo.
  53. echo.
  54. echo   CNN NEWSROOM's files have been installed to your hard drive!
  55. echo   Your hometown and timezone is set for Washington, DC.
  56. echo.
  57. echo.
  58. echo.
  59. pause
  60. cls
  61. echo.
  62. echo.
  63. echo.
  64. echo.
  65. echo   If you would like to change your hometown you should
  66. echo   create a second Icon called WORLDCLOCK SETUP.  
  67. echo   To do this, go to the Compact Publishing Program Group
  68. echo   and follow these steps:
  69. echo.
  70. echo   Select:  FILE, "New"... from the Program Manager.
  71. echo   Select:  "New Item" - Click OK.
  72. echo   Enter:   WORLDCLOCK SETUP (press [TAB])
  73. echo   Enter:   C:\newsroom\gvconfig.exe
  74. echo            Click OK!
  75. echo.
  76. echo.
  77. echo.
  78. pause
  79. cls
  80. echo.
  81. echo.
  82. echo                       VIDEO PLAYBACK SETUP
  83. echo.
  84. echo   This program requires Video for Windows 1.1, which includes the 
  85. echo   latest Indeo 3.2 playback drivers (6/94). If you do not have or are 
  86. echo   sure which version of Video for Windows you have installed, run the 
  87. echo   Video for Windows installation program.
  88. echo.
  89. echo   To install Video For Windows (dated 6/94):
  90. echo.
  91. echo   Select: FILE, "Run"... from the Program Manager Menu.
  92. echo   Type: x:\disk1\setup.exe  (replace the "x" with your CD-ROM drive
  93. echo   letter).  Click OK, then follow the on screen instructions.
  94. echo.
  95. echo   Once you have completed the above steps, you will be able to run
  96. echo   CNN NEWSROOM from Windows!! 
  97. echo.
  98. echo.
  99. pause
  100. goto end
  101.  
  102. :abort
  103. cls
  104. echo Aborting manual install...
  105.  
  106. goto end
  107.  
  108. :end
  109. cls
  110. echo.
  111. echo.
  112. echo.
  113. echo.
  114. echo      For easier installation, you may wish to print 
  115. echo      these instructions out by hitting the [PRINTSCR] key
  116. echo      as each set of instructions appear on your screen.
  117. echo      You may also prefer to bring this text file 
  118. echo      (TEXTINST.BAT) into any text processor and print it.
  119. echo.
  120. echo.
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.